home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Fiszkowe programy do nauki / Teach2000 8.19 / teach819.exe / {app} / Teach2000.exe / 0 / RCDATA / TFRMGREEKCHARS / TFRMGREEKCHARS.txt
Text File  |  2007-07-13  |  2KB  |  90 lines

  1. object frmGreekChars: TfrmGreekChars
  2.   Left = 397
  3.   Top = 331
  4.   HelpContext = 1020
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   ClientHeight = 423
  7.   ClientWidth = 556
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 200
  10.   Constraints.MinWidth = 200
  11.   ParentFont = True
  12.   OldCreateOrder = False
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object imGreekChars: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 556
  21.     Height = 359
  22.     Align = alClient
  23.     Stretch = True
  24.   end
  25.   object StatusBar1: TStatusBar
  26.     Left = 0
  27.     Top = 404
  28.     Width = 556
  29.     Height = 19
  30.     Panels = <>
  31.   end
  32.   object Panel1: TPanel
  33.     Left = 0
  34.     Top = 359
  35.     Width = 556
  36.     Height = 45
  37.     Align = alBottom
  38.     BevelInner = bvLowered
  39.     BevelOuter = bvNone
  40.     TabOrder = 1
  41.     DesignSize = (
  42.       556
  43.       45)
  44.     object btnHide: TTntButton
  45.       Left = 466
  46.       Top = 10
  47.       Width = 75
  48.       Height = 25
  49.       Anchors = [akRight, akBottom]
  50.       Cancel = True
  51.       TabOrder = 3
  52.       OnClick = btnHideClick
  53.     end
  54.     object btnPrint: TTntButton
  55.       Left = 383
  56.       Top = 10
  57.       Width = 75
  58.       Height = 25
  59.       Anchors = [akRight, akBottom]
  60.       TabOrder = 2
  61.       OnClick = btnPrintClick
  62.     end
  63.     object rbAzerty: TTntRadioButton
  64.       Left = 24
  65.       Top = 24
  66.       Width = 113
  67.       Height = 17
  68.       Caption = 'Azerty'
  69.       TabOrder = 1
  70.       OnClick = rbAzertyClick
  71.     end
  72.     object rbQwerty: TTntRadioButton
  73.       Left = 24
  74.       Top = 4
  75.       Width = 113
  76.       Height = 17
  77.       Caption = 'Qwerty'
  78.       Checked = True
  79.       TabOrder = 0
  80.       TabStop = True
  81.       OnClick = rbQwertyClick
  82.     end
  83.   end
  84.   object PrintDialog: TPrintDialog
  85.     Options = [poWarning]
  86.     Left = 570
  87.     Top = 51
  88.   end
  89. end
  90.